We need to move our stage, goal, and enemies left to give the appearance that our sprite is moving right.
- Drag in a Right Key event. Change the command inside to .move_left(). Change the name to stage.
- Add a second .move_left() command. Change the name to goal.
To navigate the page using the TAB key, first press ESC to exit the code editor.